[]
        
(Showing Draft Content)

C1.Blazor.Grid.C1GridControl.ChangeView

ChangeView Method

ChangeView(double?, double?)

Changes the scroll and zoom of the grid to the specified part of the viewport.

Declaration
public void ChangeView(double? horizontalOffset, double? verticalOffset)
Public Sub ChangeView(horizontalOffset As Double?, verticalOffset As Double?)
Parameters
Type Name Description
double? horizontalOffset

The horizontal offset.

double? verticalOffset

The vertical offset.